projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee870c9
)
Stub out cargo-read-manifest
author
Carl Lerche
<me@carllerche.com>
Sat, 8 Mar 2014 00:15:15 +0000
(16:15 -0800)
committer
Carl Lerche
<me@carllerche.com>
Sat, 8 Mar 2014 00:15:15 +0000
(16:15 -0800)
commands/cargo-read-manifest/main.rs
[new file with mode: 0644]
patch
|
blob
diff --git a/commands/cargo-read-manifest/main.rs
b/commands/cargo-read-manifest/main.rs
new file mode 100644
(file)
index 0000000..
571174d
--- /dev/null
+++ b/
commands/cargo-read-manifest/main.rs
@@ -0,0
+1,5
@@
+#[crate_id="cargo-read-manifest"];
+
+fn main() {
+
+}